home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Compilers⁄Interps
/
kevoSource
/
iconDef.h
< prev
next >
Wrap
Text File
|
1993-02-14
|
690b
|
25 lines
/* Kevo Interactive Compiler kernel */
/* (c) Antero Taivalsaari 1991-1992 */
/* Some parts (c) Antero Taivalsaari 1986-1988 */
/* iconDef.h: Definitions for icon-based browser*/
/*---------------------------------------------------------------------------*/
/* Custom icons for the browser */
/* The numbers here must match with ICN# resources in the resource file */
#define PUBLICREFICON 300
#define PUBLICVARICON 301
#define PUBLICCONSTICON 302
#define PUBLICMETHODICON 303
#define PUBLICPRIMICON 304
#define PRIVATEREFICON 310
#define PRIVATEVARICON 311
#define PRIVATECONSTICON 312
#define PRIVATEMETHODICON 313
#define PRIVATEPRIMICON 314
#define ARRAYICON 350